home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2000 #1 / Kompuutteri Kaikille! KCD_1_2000.iso / Tools / InterCent / _setup.1 / Intercent.exe / 0 / RCDATA / TFRMWELKOM / TFRMWELKOM.txt
Text File  |  1998-06-25  |  1KB  |  75 lines

  1. object FrmWelkom: TFrmWelkom
  2.   Left = 272
  3.   Top = 189
  4.   BorderStyle = bsDialog
  5.   Caption = 'Welkom'
  6.   ClientHeight = 210
  7.   ClientWidth = 265
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 249
  20.     Height = 153
  21.   end
  22.   object TxtWelkom: TLabel
  23.     Left = 16
  24.     Top = 16
  25.     Width = 233
  26.     Height = 41
  27.     Alignment = taCenter
  28.     AutoSize = False
  29.     Caption = 
  30.       'Welkom bij Intercent 98 ! Leuk dat u dit programma hebt gedownlo' +
  31.       'ad ! '
  32.     WordWrap = True
  33.   end
  34.   object TxtWelkom2: TLabel
  35.     Left = 16
  36.     Top = 64
  37.     Width = 233
  38.     Height = 49
  39.     Alignment = taCenter
  40.     AutoSize = False
  41.     Caption = 
  42.       'Wilt u nu een rondleiding door Intercent starten om de instellin' +
  43.       'gen te bepalen en het programma te leren kennen ?'
  44.     WordWrap = True
  45.   end
  46.   object ChkHide: TCheckBox
  47.     Left = 48
  48.     Top = 128
  49.     Width = 185
  50.     Height = 17
  51.     Caption = 'Dit venster niet meer &weergeven'
  52.     TabOrder = 2
  53.   end
  54.   object BtnJa: TBitBtn
  55.     Left = 24
  56.     Top = 176
  57.     Width = 91
  58.     Height = 25
  59.     Caption = '&Ja'
  60.     TabOrder = 0
  61.     OnClick = BtnJaClick
  62.     Kind = bkYes
  63.   end
  64.   object BtnNee: TBitBtn
  65.     Left = 136
  66.     Top = 176
  67.     Width = 89
  68.     Height = 25
  69.     Caption = '&Nee'
  70.     TabOrder = 1
  71.     OnClick = BtnNeeClick
  72.     Kind = bkNo
  73.   end
  74. end
  75.